Endpoint-Get-/ World/ Clock/ Time→Txt names a function, with lambda list NIL:
Get the current time on Chœrogryllum (time string with seconds)
Returns a string of Hours:Minutes:Seconds.
This is a web service endpoint accessed by the HTTP method GET at the URI template /world/clock/time. It returns a content-type of text/plain.
There are no URI parameters.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-world.lisp.